.. _EEex_UnsetBits: =================================== EEex_UnsetBits =================================== :: EEex_UnsetBits(original, bitsString) Sets all the bit values in *original* to 0 that match the bitwise mask in the *bitsString* **Parameters** * **original** - original bits values * **bitsString** - string containing a bitwise value to use as a bitwise mask **Return** Returns the *original* value adjusted with the new bitsString mask **Example** :: EEex_UnsetBits() **See Also** :ref:`EEex_SetBits`, :ref:`EEex_SetBit`, :ref:`EEex_SetMask`, :ref:`EEex_UnsetBit`, :ref:`EEex_UnsetMask`